﻿/*商品詳情  樣式3*/
.location {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

    .location p {
        padding: 11px 0px;
        margin: 0px auto;
        font-size: 13px;
    }

        .location p a {
            color: #333;
        }

            .location p a:hover {
                text-decoration: none;
            }

        .location p em {
            margin: 0px 3px;
            color: #FF532D;
        }

.showgoods .nodata {
    text-align: center;
    font-size: 15px;
    /*line-height: 300px;*/
    display: none;
}

    .showgoods .nodata .nogood.other {
        display: flex;
        text-align: left;
    }

    .showgoods .nodata .nogood {
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

        .showgoods .nodata .nogood .g_left {
            margin-right: 2%;
        }

            .showgoods .nodata .nogood .g_left img {
                width: 260px;
            }

        .showgoods .nodata .nogood.other .g_right {
            color: #b4b4b4;
        }

            .showgoods .nodata .nogood.other .g_right p {
                font-size: 38px;
                font-weight: 700;
                margin-bottom: 15px;
            }

            .showgoods .nodata .nogood.other .g_right ul li {
                font-size: 20px;
                line-height: 30px;
            }

        .showgoods .nodata .nogood .g_left p {
            font-size: 18px;
            margin-bottom: 15px;
        }

        .showgoods .nodata .nogood .g_right ul li {
            font-size: 18px;
            line-height: 25px;
            margin-top: 10px;
        }

    .showgoods .nodata .nogood {
        color: #666;
    }

.big {
    clear: both;
    padding: 0px 10px;
}

    .big a {
        color: #333;
    }

        .big a:hover {
            text-decoration: none;
        }


.showgoods .detail_top {
    display: block;
}
    /*详情*/
    .showgoods .detail_top .left {
        width: 50%;
    }

    .showgoods .detail_top .right {
        width: 50%;
    }

        .showgoods .detail_top .right .share {
            display: block;
        }

/*商品詳情下部分*/
.goods_down .glyphicon {
    font-size: 18px;
    cursor: pointer;
}

/*.goods_down .left {
    width: 50%;
    float: left;
    padding-right: 45px;
}*/

.goods_down .right {
    width: 100%;
    padding-bottom:10px;
}

    .goods_down .right.knit {
        position: fixed;
        left: 50%;
        top: 10%;
        width: calc(50% - 10%);
    }

    .goods_down .right .swiper-slide.good {
        max-width: 29%;
    }

        .goods_down .right .swiper-slide.good .comimgs {
            min-height: 160px;
        }

.goods_down .left h2 {
    border-bottom: 1px solid #d3d3d5;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 14px;
    margin-top: 10px;
}
/*閲讀更多*/
.goods_down .details.block {
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

    .goods_down .details.block:before {
        content: '';
        display: block;
        width: auto;
        position: absolute;
        height: 124px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background-image: -webkit-linear-gradient( top, rgba(255,255,255,0) 0%, #fff 90%);
    }

    .goods_down .details.block:after {
        content: attr(data-more);
        color: #8a8a8a;
        font-size: 15px;
        padding-right: 31px;
        cursor: pointer;
        position: absolute;
        vertical-align: middle;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        height: 20px;
        z-index: 1;
        background-image: url(../imgs/icon/up_arrows_icon.png);
        background-size: 28px auto;
        background-position: right center;
        background-color: transparent;
        background-repeat: no-repeat;
        pointer-events: auto;
    }



/*收起*/
.goods_down .details.packup {
    position: relative;
    max-height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

    .goods_down .details.packup:after {
        content: attr(data-less);
        color: #8a8a8a;
        font-size: 15px;
        padding-right: 31px;
        cursor: pointer;
        position: absolute;
        vertical-align: middle;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5px;
        height: 20px;
        z-index: 2;
        background-image: url(../imgs/icon/tottom_arrows_icon.png);
        background-size: 28px auto;
        background-position: right center;
        background-color: transparent;
        background-repeat: no-repeat;
        pointer-events: auto;
    }

.goods_down .details {
    /*padding-top: 20px;*/
    font-size: 14px !important;
    font-family: 'Noto Sans HK', sans-serif !important;
    line-height: 20px;
    padding: 20px 10px 0px 10px;
}

    .goods_down .details img, .goods_down .details iframe {
        max-width: 100%;
    }


/*未登錄評論*/
.goods_down .comment .comment_nologin {
    width: 100%;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

    .goods_down .comment .comment_nologin a {
        margin: 0px 8px;
        cursor: pointer;
    }
/*評論说明*/
.goods_down .comment .explain {
    margin-bottom: 10px;
}

    .goods_down .comment .explain p {
        line-height: 30px;
        font-size: 17px;
    }

    .goods_down .comment .explain ul {
        padding-left: 57px;
    }

        .goods_down .comment .explain ul li {
            line-height: 23px;
            list-style-type: disc;
            text-indent: -6px;
        }
/*評論*/
.goods_down .comment .comment_box p a {
    font-size: 17px;
}

.goods_down .comment .comment_box textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 1px solid #c1c1c1;
    margin-top: 10px;
    color: black;
}

.goods_down .comment .comment_box p a {
    font-size: 18px;
}

.goods_down .comment .comment_box p.tips {
    color: red;
}

.goods_down .comment .comment_box button {
    padding: 0px 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 10px;
}

    .goods_down .comment .comment_box button.noget {
        background: #ccc;
        border: 1px solid #ccc;
        cursor: not-allowed;
    }

.goods_down .comment .comment_box .picshow {
    overflow: hidden;
}

    .goods_down .comment .comment_box .picshow .picture {
        border: 1px solid #c1c1c1;
        height: 88px;
        width: 88px;
        display: inline-block;
        margin-right: 5px;
        margin-top: 5px;
        float: left;
        position: relative;
    }

        .goods_down .comment .comment_box .picshow .picture i {
            display: none;
        }

        .goods_down .comment .comment_box .picshow .picture:hover i {
            display: block;
            position: absolute;
            right: 0%;
            font-size: 25px;
        }

.goods_down .comment .comment_box .picbuttom {
    margin: 10px 0px;
}

.goods_down .comment .comment_box .morepic {
    cursor: pointer;
    padding: 7px 12px;
    color: white;
    background: black;
}
/*评论列表*/
.comment_text .comment_list {
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid #d3d3d5;
    display: none;
    justify-content: space-between;
}

    .comment_text .comment_list:last-child {
        border-bottom: 1px solid #d3d3d5;
    }

    .comment_text .comment_list .photo img {
        width: 50px;
        height: 50px;
    }

    /*顯示一*/
    /*.comment_text .comment_list .mid {
        padding: 0px 15px;
        flex-grow: 1;
        max-width: calc(100% - 273px);
    }*/

    /*顯示二*/
    .comment_text .comment_list .mid {
        padding: 0px 15px;
        flex-grow: 1;
        max-width: calc(100% - 130px);
    }

    .comment_text .comment_list .photo .infor .cname {
        display: block;
        margin-bottom: 5px;
        font-size: 17px;
    }

    .comment_text .comment_list .photo .infor .time a {
        color: gray;
    }

    .comment_text .comment_list .mid {
        overflow: hidden;
    }

        .comment_text .comment_list .mid .mtext {
            display: inline-block;
            float: left;
        }

        .comment_text .comment_list .mid .mimg img {
            width: 80px;
            height: 80px;
            border: 1px solid #c1c1c1;
            margin-right: 4px;
            margin-top: 4px;
        }

        .comment_text .comment_list .mid .mimg {
            display: inline-block;
            width: 80%;
        }

        .comment_text .comment_list .mid .assess {
            margin-right: 10px;
        }

        .comment_text .comment_list .mid .mtotal {
            margin-top: 10px;
        }
        /*----完----*/


        .comment_text .comment_list .mid .infor {
            font-size: 17px;
        }

            .comment_text .comment_list .mid .infor a {
                margin-right: 10px;
                margin-left: 10px;
                font-size: 15px;
                color: #666;
            }

        .comment_text .comment_list .mid p {
            line-height: 20px;
            margin-top: 10px;
            word-wrap: break-word;
            word-break: normal;
        }

    .comment_text .comment_list .level span {
        vertical-align: top;
    }

    .comment_text .comment_list .level img {
        width: 80px;
        height: 80px;
        margin-left: 5px;
    }

    .comment_text .comment_list:nth-child(-n+5) {
        display: flex;
    }

.comment_text .comment_more {
    color: #8a8a8a;
    font-size: 15px;
    text-align: center;
    border-top: 1px solid #d3d3d5;
    border-bottom: 1px solid #d3d3d5;
    padding: 10px 0px;
    display: none;
}

    .comment_text .comment_more span {
        cursor: pointer;
        padding: 10px 0px;
    }

    .comment_text .comment_more em {
        vertical-align: middle;
    }

    .comment_text .comment_more img {
        width: 28px;
    }

.showgoods .detail_top .showall {
    display: none;
}
/*關於設計館*/
.goods_down .right h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 14px;
    margin-top: 40px;
}

.w .recommen .good .goodslist p {
    padding-left: 6px;
    padding-right: 6px;
}

.w .recommen .good .goodslist {
    width: 100%;
}

.goods_down .right .design {
    border-bottom: 1px solid #d3d3d5;
    padding-bottom: 15px;
    display: inline-block;
}

    .goods_down .right .design .shop_logo {
        float: left;
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .goods_down .right .design .shop_logo img {
            /*width: 75px;*/
            width: 150px;
        }

    .goods_down .right .design .shop_info {
        float: left;
        padding-left: 20px;
        padding-top: 20px;
    }

        .goods_down .right .design .shop_info .name {
            font-size: 16px;
            font-weight: bold;
        }

        .goods_down .right .design .shop_info i.iconfont {
            font-size: 20px;
            vertical-align: middle;
        }

        .goods_down .right .design .shop_info .basic {
            margin-top: 15px;
            padding-left: 10px;
        }

            .goods_down .right .design .shop_info .basic span {
                font-size: 14px;
                margin-right: 5px;
                color: #929295;
            }

            .goods_down .right .design .shop_info .basic i.glyphicon {
                vertical-align: top;
            }

    .goods_down .right .design .btns button, .goods_down .right .design .btns a.combutton2 {
        width: 100px;
        padding: 7px 0px;
        text-align: center;
        margin: 14px 15px 14px 0px;
        border-radius: 7px;
        font-weight: bold;
        font-size: 15px;
    }

    .goods_down .right .design .list li {
        margin-bottom: 10px;
    }

    .goods_down .right .design .list span {
        font-size: 14px;
    }

        .goods_down .right .design .list span:first-child {
            width: 140px;
            color: #929295;
            display: inline-block;
        }
/*精选推荐*/
.recom .goodslist {
    width: 33.3%;
    /*float: left;*/
    padding: 1%;
    clear: left;
}

.recommen .swiper-button-prev.swiper-prev1 {
    background: url(../imgs/icon/c_icon.png) no-repeat;
}

.recommen .swiper-button-next.swiper-next1 {
    background: url(../imgs/icon/c_icon.png) no-repeat -61px 0;
}

.swpositon {
    position: relative;
}

.swpositon .swiper-button-prev.swiper-button-prevcat,.swiper-button-prev.swiper-button-prevhot {
    background: url(../imgs/icon/c_icon.png) no-repeat;
    left: -30px;
    height: 50px;
}

.swpositon .swiper-button-next.swiper-button-nextcat,.swiper-button-next.swiper-button-nexthot{
    background: url(../imgs/icon/c_icon.png) no-repeat -61px 0;
    right: -30px;
    height: 50px;
}

.recommen .swiper-button-prev.swiper-prev1, .recommen .swiper-button-next.swiper-next1 {
    display: none;
}

.recommen:hover .swiper-button-prev.swiper-prev1, .recommen:hover .swiper-button-next.swiper-next1 {
    display: block;
}

@media only all and (max-width:1023px) {
    .showgoods .detail_top .left {
        width: 100%;
        float: none;
        padding-right: 0px;
        position: relative;
        padding-top: 42px;
    }

    .detail_top .class1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .showgoods .detail_top .right {
        width: 100%;
        float: none;
    }

    .zoom {
        display: none;
    }

    .showgoods #imagesinfo_m {
        display: block;
        min-height: 307px;
    }

    #imagesinfo_m .swiper-button-prev {
        background-image: none;
        background: url(../imgs/icon/c_icon.png) no-repeat;
        width: 19px;
        height: 50px;
    }

    #imagesinfo_m .swiper-button-next {
        background-image: none;
        background: url(../imgs/icon/c_icon.png) no-repeat -70px 0;
        width: 20px;
        height: 50px;
    }

    .good_tj .swiper-pagination .swiper-pagination-bullet {
        background: #000;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px;
    }

    .detail_m {
        display: none;
        width: 94%;
        margin: 0px auto;
    }

    .swiper-container {
        width: 100%;
    }

    .detail_m h3 {
        margin: 15px 0px;
    }

    .showgoods .detail_top .left .product_left .img_lie {
        display: none;
    }

    .showgoods .detail_top .right {
        margin-top: 15px;
        width: 100%;
        float: none;
    }

        .showgoods .detail_top .right .mainclass {
            margin-right: 10px;
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .showgoods .detail_top .right .class1 {
            float: none;
            display: inline-block;
        }

        .showgoods .detail_top .right h3 {
            font-size: 20px;
        }

            .showgoods .detail_top .right h3 a.brandtext {
                line-height: 26px;
            }

            .showgoods .detail_top .right h3 a.brandbtn {
                /*margin-bottom: 4px;*/
                padding: 5px 8px;
            }

    .detail_top .right h3.name {
        font-size: 17px;
    }

    .showgoods .detail_top .right .details ul li {
        width: 50%;
        font-size: 12px;
    }

    .showgoods .detail_top .right .choose table tr td:first-child {
        width: 9%;
    }


    .showgoods .detail_top .right .share .icon, .showgoods .detail_top .right .share .cont {
        width: 100%;
        float: none;
        text-align: left;
    }



    /*.goods_down {
        padding: 2%;
    }*/

    .goods_down .left {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .goods_down .right {
        width: 100%;
        float: none;
    }

    .recom .goodslist {
        width: 50%;
    }


    .comment_text .comment_list .mid {
        max-width: none;
        width: calc(100% - 80px);
    }

    /*顯示一*/
    /*.comment_text .comment_list .mid .level {
            margin-top: 10px;
        }*/


    /*.recommen .swiper-button-prev.swiper-prev1 {
        width: 19px;
        height: 50px;
    }

    .recommen .swiper-button-next.swiper-next1 {
        width: 19px;
        height: 50px;
    }*/

    .goods_down .right .design .shop_info {
        float: right;
        width: 50%;
        padding-left: 10px;
        padding-top: 0px;
    }

    .goods_down .right .design .btns button, .goods_down .right .design .btns a.combutton2 {
        margin: 12px 15px 0px 0px;
    }

    /*.w .recommen .good .wares.comimgs {
        width: 154px;
        height: 154px;
    }*/
    .foot-link {
        padding-bottom: 60px;
    }
}
